X ~ N(μ, σ²)

Less colour is more colour

Handy tip, have less output in colour:

jq -C '.' | less -R
git -c color.status=always status | less -R

Many programs suppress colourised output if they detect they are being redirected, if you are using the -R switch with less and the output isn't colourful then you need to enable switches earlier on in the pipe.